Fix the doc comments. (#169967, Masao Mutoh)
authorMatthias Clasen <mclasen@redhat.com>
Sat, 12 Mar 2005 03:38:31 +0000 (03:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 12 Mar 2005 03:38:31 +0000 (03:38 +0000)
2005-03-11  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
the doc comments.  (#169967, Masao Mutoh)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkicontheme.c

index d685903d90fa05aa1ee82ff255b96ed8b319b809..1a8440f3f97150cf7d42795890d4fd192ac843a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
+       the doc comments.  (#169967, Masao Mutoh)
+
 2005-03-12  Ivan, Wong Yat Cheung  <email@ivanwong.info>
 
        Big window fix for Win32. Big windows are still emulated within
index d685903d90fa05aa1ee82ff255b96ed8b319b809..1a8440f3f97150cf7d42795890d4fd192ac843a7 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
+       the doc comments.  (#169967, Masao Mutoh)
+
 2005-03-12  Ivan, Wong Yat Cheung  <email@ivanwong.info>
 
        Big window fix for Win32. Big windows are still emulated within
index d685903d90fa05aa1ee82ff255b96ed8b319b809..1a8440f3f97150cf7d42795890d4fd192ac843a7 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
+       the doc comments.  (#169967, Masao Mutoh)
+
 2005-03-12  Ivan, Wong Yat Cheung  <email@ivanwong.info>
 
        Big window fix for Win32. Big windows are still emulated within
index 33208fc5856892ce08d508271f4b745d41727439..06740a7c4292418cbe513c523108d93fb090a708 100644 (file)
@@ -823,12 +823,13 @@ gtk_icon_theme_prepend_search_path (GtkIconTheme *icon_theme,
 /**
  * gtk_icon_theme_set_custom_theme:
  * @icon_theme: a #GtkIconTheme
- * @theme_name: name of icon theme to use instead of configured theme
+ * @theme_name: name of icon theme to use instead of configured theme,
+ *   or %NULL to unset a previously set custom theme
  * 
  * Sets the name of the icon theme that the #GtkIconTheme object uses
  * overriding system configuration. This function cannot be called
  * on the icon theme objects returned from gtk_icon_theme_get_default()
- * and gtk_icon_theme_get_default().
+ * and gtk_icon_theme_get_for_screen().
  *
  * Since: 2.4
  **/